Home | History | Annotate | Download | only in include

Lines Matching refs:lastResult

21     lastResult    (Ok)

32 lastResult = DllExports::GdipCreateFontFamilyFromName(
39 if ((INT) lastResult >= 10)
40 lastResult = NotFound;
51 lastResult = status;
68 GenericSansSerifFontFamily->lastResult =
74 if ((INT) GenericSansSerifFontFamily->lastResult >= 10)
75 GenericSansSerifFontFamily->lastResult = NotFound;
92 GenericSerifFontFamily->lastResult =
98 if ((INT) GenericSerifFontFamily->lastResult >= 10)
99 GenericSerifFontFamily->lastResult = NotFound;
116 GenericMonospaceFontFamily->lastResult =
122 if ((INT) GenericMonospaceFontFamily->lastResult >= 10)
123 GenericMonospaceFontFamily->lastResult = NotFound;
141 return new FontFamily(clonedFamily, lastResult);
255 Status lastStatus = lastResult;
256 lastResult = Ok;
266 return (lastResult = status);